home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / getloadavg_p.h < prev    next >
C/C++ Source or Header  |  1993-10-07  |  127b  |  7 lines

  1. #ifndef __GETLOADAVG_P_H__
  2. #define __GETLOADAVG_P_H__
  3.  
  4. extern int getloadavg _P_((double loadavg[], int nelem));
  5.  
  6. #endif
  7.